file chooser: Stop using gtk_window_activate_default
authorMatthias Clasen <mclasen@redhat.com>
Sun, 28 Apr 2019 18:33:27 +0000 (18:33 +0000)
committerMatthias Clasen <mclasen@redhat.com>
Sun, 28 Apr 2019 23:20:13 +0000 (23:20 +0000)
commit3d1fdf77dc656b906f29067625dd6b87100f8a73
tree87950fa3db6c893df2733f743005af0c5348bd1f
parent0ae71cacb41cd19e0b055dabfd72afce688dbeb2
file chooser: Stop using gtk_window_activate_default

Instead, use the new way of activating default.

I think most of the default handling in
GtkFileChooserDialog should be dropped, but
for now this keeps things working.
gtk/gtkfilechooserdialog.c
gtk/gtkfilechooserwidget.c